home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Xconq 7.0d37
/
source
/
Imakefile
< prev
next >
Wrap
Makefile
|
1995-04-27
|
180b
|
11 lines
# Main Xconq Imakefile.
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
SUBDIRS = kernel x11 curses
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))